Merged
Conversation
Test Coverage Report
|
west-eastH
approved these changes
Jul 16, 2025
|
|
||
| public record MemberInfoRequest( | ||
| @Nullable | ||
| @Schema(description = "성별", example = "FEMALE / MALE", nullable = true) |
Contributor
Author
There was a problem hiding this comment.
이거 피그마보고 한건데 그럼 디자이너 분들께 성별은 빼달라고 말할게요..!
| @Transactional | ||
| public void updateMemberInfo(Member member, String imageStatus, MultipartFile image, MemberInfoRequest data) { | ||
|
|
||
| switch (imageStatus) { |
Contributor
|
지금은 간단하지만 조금 더 복잡한 로직이 나오면 그때 뭘 테스트 해야할 지 작성한 본인이 제일 잘 알지 않을까요! |
Contributor
Author
오호..알겠습니다 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ 연관된 이슈
📝 작업 내용 (주요 변경 사항)
💬 리뷰 요구사항
테스트코드에서 뭘 검증하면 좋을지 아직 잘 모르겠어요 ,,